Hello,
is there a way to get alert bodies via the API?
When I query the api for incidents/{incident-id}/alerts/{alert-id}
I get back JSON with a body
key, like so:
"body": {
"contexts": [],
"details": {},
"cef_details": null,
"type": "alert_body"
},
Notice that there is no information here. However the alert itself came from an email and has a rich text body. Is there a way to lift that information via the API?
Thanks,
Daniel